home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrivateString.h ----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:48 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrivateString__
- #define __PPrivateString__
-
- class PPrivateString
- {
-
- public:
-
- PPrivateString
- ( const char * sDeveloperID,
- const char * sPluginID,
- short cTargetClass,
- unsigned long nTypeFlag,
- unsigned long nTargetID,
- short bChange,
- const char * sPrivateString );
-
- private:
-
- PPrivateString();
- };
-
- #endif
-
- // end of PPrivateString.h
-